Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This Logic App executes when called upon by an Automation Rule. Accessing the KeyVault to retrieve various credentials, it executes a specific runbook depending on the use case.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Commvault Security IQ |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureautomation |
Managed | 1 | 2 |
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 2 |
azureautomation (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Disable_IDP_Job | put | /subscriptions/@{encodeURIComponent(triggerBody()?['workspaceInfo']?['SubscriptionId'])}/resourceGroups/@{encodeURIComponent(triggerBody()?['workspaceInfo']?['ResourceGroupName'])}/providers/Microsoft.Automation/automationAccounts/@{encodeURIComponent('Commvault-Automation-Account')}/jobs |
— |
| Disable_IDP_Job_Output | get | /subscriptions/@{encodeURIComponent(triggerBody()?['workspaceInfo']?['SubscriptionId'])}/resourceGroups/@{encodeURIComponent(triggerBody()?['workspaceInfo']?['ResourceGroupName'])}/providers/Microsoft.Automation/automationAccounts/@{encodeURIComponent('Commvault-Automation-Account')}/jobs/@{encodeURIComponent(body('Disable_IDP_Job')?['properties']?['jobId'])}/output |
— |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Access_Token | get | /secrets/@{encodeURIComponent('access-token')}/value |
— |
| Environment_Endpoint_URL | get | /secrets/@{encodeURIComponent('environment-endpoint-url')}/value |
— |
📄 Source: Commvault_Disable_SAML_Provider_Logic_App/readme.md
This Logic App executes when called upon by an Automation Rule. Accessing the KeyVault to retrieve various credentials, it executes a specific runbook depending on the use case.
Deploy the playbook by clicking on "Deploy to Azure" button. This will take you to deploying an ARM Template wizard.
Alternatively:-
Steps to follow the instructions are mentioned here :- (https://github.com/Cv-securityIQ/Azure-Integration/blob/master/Solutions/Commvault%20Security%20IQ/README.md)
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊